home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / CCS32 / CCS32.ZIP / CSFPCOMP.DFM / CSFPCOMP.txt
Text File  |  1996-06-25  |  2KB  |  98 lines

  1. object CompForm: TCompForm
  2.   Left = 200
  3.   Top = 98
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'CompForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 20
  15.     Top = 8
  16.     Width = 143
  17.     Height = 24
  18.     Caption = 'Complications'
  19.     Font.Color = clBlack
  20.     Font.Height = -19
  21.     Font.Name = 'MS Sans Serif'
  22.     Font.Style = [fsBold, fsItalic]
  23.     ParentFont = False
  24.   end
  25.   object ComboBox1: TComboBox
  26.     Left = 20
  27.     Top = 40
  28.     Width = 145
  29.     Height = 24
  30.     ItemHeight = 16
  31.     TabOrder = 0
  32.     Text = 'ComboBox1'
  33.   end
  34.   object ComboBox2: TComboBox
  35.     Left = 172
  36.     Top = 40
  37.     Width = 145
  38.     Height = 24
  39.     ItemHeight = 16
  40.     TabOrder = 1
  41.     Text = 'ComboBox2'
  42.   end
  43.   object ComboBox3: TComboBox
  44.     Left = 20
  45.     Top = 68
  46.     Width = 145
  47.     Height = 24
  48.     ItemHeight = 16
  49.     TabOrder = 2
  50.     Text = 'ComboBox3'
  51.   end
  52.   object ComboBox4: TComboBox
  53.     Left = 172
  54.     Top = 68
  55.     Width = 145
  56.     Height = 24
  57.     ItemHeight = 16
  58.     TabOrder = 3
  59.     Text = 'ComboBox4'
  60.   end
  61.   object ComboBox5: TComboBox
  62.     Left = 20
  63.     Top = 96
  64.     Width = 145
  65.     Height = 24
  66.     ItemHeight = 16
  67.     TabOrder = 4
  68.     Text = 'ComboBox5'
  69.   end
  70.   object ComboBox6: TComboBox
  71.     Left = 172
  72.     Top = 96
  73.     Width = 145
  74.     Height = 24
  75.     ItemHeight = 16
  76.     TabOrder = 5
  77.     Text = 'ComboBox6'
  78.   end
  79.   object ComboBox7: TComboBox
  80.     Left = 20
  81.     Top = 124
  82.     Width = 145
  83.     Height = 24
  84.     ItemHeight = 16
  85.     TabOrder = 6
  86.     Text = 'ComboBox7'
  87.   end
  88.   object ComboBox8: TComboBox
  89.     Left = 172
  90.     Top = 124
  91.     Width = 145
  92.     Height = 24
  93.     ItemHeight = 16
  94.     TabOrder = 7
  95.     Text = 'ComboBox8'
  96.   end
  97. end
  98.